home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 January / Macworld (1998-01).dmg / Serious Demos / Visual MacStandardBasic Demo / Visual MSB Reference / Visual MSB Reference.rsrc / PICT_10.png < prev    next >
Portable Network Graphic  |  1997-10-23  |  85KB  |  816x1056  |  16-bit (500 colors)
Labels: book | chat room | lodestone | monitor | path | plant | poster | reckoner | road | sky | stairway | vegetarianism | waterfall
OCR: height This is a numeric expression designating the new height for this window. Examp les Dim WinNum Window WinNum, 100 100 400 300 4 "Sample Window, None WinSi .ze WinNum, 200 100 Set for 200 pixels wide 100 high Form Forml WinS: .ze Forml, 200, 100 WinMove windowID, left, top This commana moves the window to a new location while maintaining it's current width and height. windowID This should be Form name or variable, used in the WINDOW command that contains value that is used to reference the window. left This C numeric expression designating the left screen coordinate for this window This numeric expression designating the top screen coordinate for this window Examples: Dim WinNum Window WinNum. 100, 100, 400 300 4. "Sample Window None WinM Move WinNum. 200 100 Form Form1 WinMove Form1 ...